Html Css Color HEX #AFF2AD Celadon

📋 copy color: '#AFF2AD'

red 175 ◦ green 242 ◦ blue 173

#AFF2AD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Celadon #AFF2AD

Tints of Celadon #AFF2AD

RGB

 RED value IS 175 (68.75% from 255) = 29.66%

 GREEN value IS 242 (94.92% from 255) = 41.02%

 BLUE value IS 173 (67.97% from 255) = 29.32%

R = 29.66%
G = 41.02%
B = 29.32%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF2AD (or 0xAFF2AD) is known color: Celadon. HEX triplet: AF, F2 and AD. RGB value is (175,242,173). Sum of RGB (Red+Green+Blue) = 175+242+173=590 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.66% from 590); Green value is 242 (94.92% from 255 or 41.02% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2AD is #500D52. Grayscale: #D6D6D6. Windows color (decimal): -5246291 or 11399855. OLE color: 11399855.

HSL color Cylindrical-coordinate representation of color #AFF2AD: hue angle of 118.26º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF2AD is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 173 -
CMYK 0.28 0 0.29 0.05
HSL 118.26º 0.73% 0.81% -
HSV(B) 118.26º 0.29% 0.95% -
XYZ 56.97 75.64 51.13 -
YUV 214.1 104.8 100.11 -
System Red Green Blue C M Y K H S L
Decimal 175 242 173 0.28 0 0.29 0.05 118.26 0.73 0.81
Hex AF F2 AD 1C 0 1D 5 76 49 51
Octal 257 362 255 34 0 35 5 166 111 121
Binary 10101111 11110010 10101101 11100 0 11101 101 1110110 1001001 1010001

Color Harmonies of #AFF2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2AD

Black with #AFF2AD

Text Example


Text Example

White with #AFF2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2AD; }

 p { color: rgb(175,242,173); }

 H1.HeaderClassName
 {
   color: #AFF2AD;
 }
 .AnyTagClassName
 {
   color: #AFF2AD;
 }
</style>

background-color css

<style>
 a { background-color: #AFF2AD; }

 a { background-color: rgb(175,242,173); }

 div.DivClassName
 {
   background-color: #AFF2AD;
 }
 .BgClassName
 {
   background-color: #AFF2AD;
 }
</style>

border-color css

<style>
 span { border-color: #AFF2AD; }

 span { border-color: rgb(175,242,173); }

 td.TdClassName
 {
   border-color: #AFF2AD;
 }
 .TagClassName
 {
   border-color: #AFF2AD;
 }
</style>