Html Css Color HEX #AFFFAE Celadon

📋 copy color: '#AFFFAE'

red 175 ◦ green 255 ◦ blue 174

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

Shades of Celadon #AFFFAE

Tints of Celadon #AFFFAE

RGB

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

 GREEN value IS 255 (100% from 255) = 42.22%

 BLUE value IS 174 (68.36% from 255) = 28.81%

R = 28.97%
G = 42.22%
B = 28.81%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.32

 K value IS 0

RGB Variations

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

Color information

#AFFFAE (or 0xAFFFAE) is known color: Celadon. HEX triplet: AF, FF and AE. RGB value is (175,255,174). Sum of RGB (Red+Green+Blue) = 175+255+174=604 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.97% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 174 (68.36% from 255 or 28.81% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFAE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFFFAE is #500051. Grayscale: #DEDEDE. Windows color (decimal): -5242962 or 11468719. OLE color: 11468719.

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

Color convert

RGB 175 255 174 -
CMYK 0.31 0 0.32 0
HSL 119.26º 1% 0.84% -
HSV(B) 119.26º 0.32% 1% -
XYZ 61.08 83.69 52.98 -
YUV 221.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 175 255 174 0.31 0 0.32 0 119.26 1 0.84
Hex AF FF AE 1F 0 20 0 77 64 54
Octal 257 377 256 37 0 40 0 167 144 124
Binary 10101111 11111111 10101110 11111 0 100000 0 1110111 1100100 1010100

Color Harmonies of #AFFFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFFFAE

Black with #AFFFAE

Text Example


Text Example

White with #AFFFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFFFAE; }

 p { color: rgb(175,255,174); }

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

background-color css

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

 a { background-color: rgb(175,255,174); }

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

border-color css

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

 span { border-color: rgb(175,255,174); }

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