Html Css Color HEX #AFFEAC Celadon

📋 copy color: '#AFFEAC'

red 175 ◦ green 254 ◦ blue 172

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

Shades of Celadon #AFFEAC

Tints of Celadon #AFFEAC

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.26%

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

R = 29.12%
G = 42.26%
B = 28.62%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0.00

RGB Variations

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

Color information

#AFFEAC (or 0xAFFEAC) is known color: Celadon. HEX triplet: AF, FE and AC. RGB value is (175,254,172). Sum of RGB (Red+Green+Blue) = 175+254+172=601 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.12% from 601); Green value is 254 (99.61% from 255 or 42.26% from 601); Blue value is 172 (67.58% from 255 or 28.62% from 601); Max value from RGB is 254 - color contains mainly: green. Hex color #AFFEAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFEAC is #500153. Grayscale: #DDDDDD. Windows color (decimal): -5243220 or 11337391. OLE color: 11337391.

HSL color Cylindrical-coordinate representation of color #AFFEAC: hue angle of 117.8º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AFFEAC is Cyan = 0.31, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.

Color convert

RGB 175 254 172 -
CMYK 0.31 0 0.32 0.00
HSL 117.8º 0.98% 0.84% -
HSV(B) 117.8º 0.32% 1% -
XYZ 60.57 82.98 51.85 -
YUV 221.03 100.33 95.17 -
System Red Green Blue C M Y K H S L
Decimal 175 254 172 0.31 0 0.32 0.00 117.8 0.98 0.84
Hex AF FE AC 1F 0 20 0 76 62 54
Octal 257 376 254 37 0 40 0 166 142 124
Binary 10101111 11111110 10101100 11111 0 100000 0 1110110 1100010 1010100

Color Harmonies of #AFFEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFEAC

Black with #AFFEAC

Text Example


Text Example

White with #AFFEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFEAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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