Html Css Color HEX #AFEDAF Celadon

📋 copy color: '#AFEDAF'

red 175 ◦ green 237 ◦ blue 175

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

Shades of Celadon #AFEDAF

Tints of Celadon #AFEDAF

RGB

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

 GREEN value IS 237 (92.97% from 255) = 40.37%

 BLUE value IS 175 (68.75% from 255) = 29.81%

R = 29.81%
G = 40.37%
B = 29.81%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#AFEDAF (or 0xAFEDAF) is known color: Celadon. HEX triplet: AF, ED and AF. RGB value is (175,237,175). Sum of RGB (Red+Green+Blue) = 175+237+175=587 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.81% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 175 (68.75% from 255 or 29.81% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #AFEDAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEDAF is #501250. Grayscale: #D3D3D3. Windows color (decimal): -5247569 or 11529647. OLE color: 11529647.

HSL color Cylindrical-coordinate representation of color #AFEDAF: hue angle of 120º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEDAF is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 175 237 175 -
CMYK 0.26 0 0.26 0.07
HSL 120º 0.63% 0.81% -
HSV(B) 120º 0.26% 0.93% -
XYZ 55.7 72.78 51.67 -
YUV 211.39 107.46 102.04 -
System Red Green Blue C M Y K H S L
Decimal 175 237 175 0.26 0 0.26 0.07 120 0.63 0.81
Hex AF ED AF 1A 0 1A 7 78 3F 51
Octal 257 355 257 32 0 32 7 170 77 121
Binary 10101111 11101101 10101111 11010 0 11010 111 1111000 111111 1010001

Color Harmonies of #AFEDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFEDAF

Black with #AFEDAF

Text Example


Text Example

White with #AFEDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFEDAF; }

 p { color: rgb(175,237,175); }

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

background-color css

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

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

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

border-color css

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

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

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