Html Css Color HEX #AFF2AF Celadon

📋 copy color: '#AFF2AF'

red 175 ◦ green 242 ◦ blue 175

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

Shades of Celadon #AFF2AF

Tints of Celadon #AFF2AF

RGB

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

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

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

R = 29.56%
G = 40.88%
B = 29.56%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.28

 K value IS 0.05

RGB Variations

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

Color information

#AFF2AF (or 0xAFF2AF) is known color: Celadon. HEX triplet: AF, F2 and AF. RGB value is (175,242,175). Sum of RGB (Red+Green+Blue) = 175+242+175=592 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.56% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 175 (68.75% from 255 or 29.56% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF2AF is #500D50. Grayscale: #D6D6D6. Windows color (decimal): -5246289 or 11530927. OLE color: 11530927.

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

Color convert

RGB 175 242 175 -
CMYK 0.28 0 0.28 0.05
HSL 120º 0.72% 0.82% -
HSV(B) 120º 0.28% 0.95% -
XYZ 57.17 75.71 52.16 -
YUV 214.33 105.8 99.95 -
System Red Green Blue C M Y K H S L
Decimal 175 242 175 0.28 0 0.28 0.05 120 0.72 0.82
Hex AF F2 AF 1C 0 1C 5 78 48 52
Octal 257 362 257 34 0 34 5 170 110 122
Binary 10101111 11110010 10101111 11100 0 11100 101 1111000 1001000 1010010

Color Harmonies of #AFF2AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF2AF

Black with #AFF2AF

Text Example


Text Example

White with #AFF2AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF2AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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