Html Css Color HEX #AFF6AE Celadon

📋 copy color: '#AFF6AE'

red 175 ◦ green 246 ◦ blue 174

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

Shades of Celadon #AFF6AE

Tints of Celadon #AFF6AE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.34%

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

R = 29.41%
G = 41.34%
B = 29.24%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.29

 K value IS 0.04

RGB Variations

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

Color information

#AFF6AE (or 0xAFF6AE) is known color: Celadon. HEX triplet: AF, F6 and AE. RGB value is (175,246,174). Sum of RGB (Red+Green+Blue) = 175+246+174=595 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.41% from 595); Green value is 246 (96.48% from 255 or 41.34% from 595); Blue value is 174 (68.36% from 255 or 29.24% from 595); Max value from RGB is 246 - color contains mainly: green. Hex color #AFF6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF6AE is #500951. Grayscale: #D8D8D8. Windows color (decimal): -5245266 or 11466415. OLE color: 11466415.

HSL color Cylindrical-coordinate representation of color #AFF6AE: hue angle of 119.17º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF6AE is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB 175 246 174 -
CMYK 0.29 0 0.29 0.04
HSL 119.17º 0.8% 0.82% -
HSV(B) 119.17º 0.29% 0.96% -
XYZ 58.27 78.08 52.04 -
YUV 216.56 103.98 98.35 -
System Red Green Blue C M Y K H S L
Decimal 175 246 174 0.29 0 0.29 0.04 119.17 0.8 0.82
Hex AF F6 AE 1D 0 1D 4 77 50 52
Octal 257 366 256 35 0 35 4 167 120 122
Binary 10101111 11110110 10101110 11101 0 11101 100 1110111 1010000 1010010

Color Harmonies of #AFF6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF6AE

Black with #AFF6AE

Text Example


Text Example

White with #AFF6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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