Html Css Color HEX #AFF3AD Celadon

📋 copy color: '#AFF3AD'

red 175 ◦ green 243 ◦ blue 173

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

Shades of Celadon #AFF3AD

Tints of Celadon #AFF3AD

RGB

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

 GREEN value IS 243 (95.31% from 255) = 41.12%

 BLUE value IS 173 (67.97% from 255) = 29.27%

R = 29.61%
G = 41.12%
B = 29.27%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#AFF3AD (or 0xAFF3AD) is known color: Celadon. HEX triplet: AF, F3 and AD. RGB value is (175,243,173). Sum of RGB (Red+Green+Blue) = 175+243+173=591 (78% of max value = 765). Red value is 175 (68.75% from 255 or 29.61% from 591); Green value is 243 (95.31% from 255 or 41.12% from 591); Blue value is 173 (67.97% from 255 or 29.27% from 591); Max value from RGB is 243 - color contains mainly: green. Hex color #AFF3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFF3AD is #500C52. Grayscale: #D6D6D6. Windows color (decimal): -5246035 or 11400111. OLE color: 11400111.

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

Color convert

RGB 175 243 173 -
CMYK 0.28 0 0.29 0.05
HSL 118.29º 0.74% 0.82% -
HSV(B) 118.29º 0.29% 0.95% -
XYZ 57.27 76.23 51.23 -
YUV 214.69 104.47 99.69 -
System Red Green Blue C M Y K H S L
Decimal 175 243 173 0.28 0 0.29 0.05 118.29 0.74 0.82
Hex AF F3 AD 1C 0 1D 5 76 4A 52
Octal 257 363 255 34 0 35 5 166 112 122
Binary 10101111 11110011 10101101 11100 0 11101 101 1110110 1001010 1010010

Color Harmonies of #AFF3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF3AD

Black with #AFF3AD

Text Example


Text Example

White with #AFF3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF3AD; }

 p { color: rgb(175,243,173); }

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

background-color css

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

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

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

border-color css

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

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

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