Html Css Color HEX #AFF2AC Celadon

📋 copy color: '#AFF2AC'

red 175 ◦ green 242 ◦ blue 172

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

Shades of Celadon #AFF2AC

Tints of Celadon #AFF2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 29.2%

R = 29.71%
G = 41.09%
B = 29.2%

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

#AFF2AC (or 0xAFF2AC) is known color: Celadon. HEX triplet: AF, F2 and AC. RGB value is (175,242,172). Sum of RGB (Red+Green+Blue) = 175+242+172=589 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.71% from 589); Green value is 242 (94.92% from 255 or 41.09% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2AC is #500D53. Grayscale: #D6D6D6. Windows color (decimal): -5246292 or 11334319. OLE color: 11334319.

HSL color Cylindrical-coordinate representation of color #AFF2AC: hue angle of 117.43º 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 #AFF2AC is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 172 -
CMYK 0.28 0 0.29 0.05
HSL 117.43º 0.73% 0.81% -
HSV(B) 117.43º 0.29% 0.95% -
XYZ 56.88 75.6 50.62 -
YUV 213.99 104.3 100.19 -
System Red Green Blue C M Y K H S L
Decimal 175 242 172 0.28 0 0.29 0.05 117.43 0.73 0.81
Hex AF F2 AC 1C 0 1D 5 75 49 51
Octal 257 362 254 34 0 35 5 165 111 121
Binary 10101111 11110010 10101100 11100 0 11101 101 1110101 1001001 1010001

Color Harmonies of #AFF2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2AC

Black with #AFF2AC

Text Example


Text Example

White with #AFF2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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