Html Css Color HEX #9AF0AB Celadon

📋 copy color: '#9AF0AB'

red 154 ◦ green 240 ◦ blue 171

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

Shades of Celadon #9AF0AB

Tints of Celadon #9AF0AB

RGB

 RED value IS 154 (60.55% from 255) = 27.26%

 GREEN value IS 240 (94.14% from 255) = 42.48%

 BLUE value IS 171 (67.19% from 255) = 30.27%

R = 27.26%
G = 42.48%
B = 30.27%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#9AF0AB (or 0x9AF0AB) is known color: Celadon. HEX triplet: 9A, F0 and AB. RGB value is (154,240,171). Sum of RGB (Red+Green+Blue) = 154+240+171=565 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.26% from 565); Green value is 240 (94.14% from 255 or 42.48% from 565); Blue value is 171 (67.19% from 255 or 30.27% from 565); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF0AB is #650F54. Grayscale: #CECECE. Windows color (decimal): -6623061 or 11268250. OLE color: 11268250.

HSL color Cylindrical-coordinate representation of color #9AF0AB: hue angle of 131.86º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF0AB is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 154 240 171 -
CMYK 0.36 0 0.29 0.06
HSL 131.86º 0.74% 0.77% -
HSV(B) 131.86º 0.36% 0.94% -
XYZ 51.84 72.13 49.72 -
YUV 206.42 108.01 90.61 -
System Red Green Blue C M Y K H S L
Decimal 154 240 171 0.36 0 0.29 0.06 131.86 0.74 0.77
Hex 9A F0 AB 24 0 1D 6 84 4A 4D
Octal 232 360 253 44 0 35 6 204 112 115
Binary 10011010 11110000 10101011 100100 0 11101 110 10000100 1001010 1001101

Color Harmonies of #9AF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF0AB

Black with #9AF0AB

Text Example


Text Example

White with #9AF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AF0AB; }

 p { color: rgb(154,240,171); }

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

background-color css

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

 a { background-color: rgb(154,240,171); }

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

border-color css

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

 span { border-color: rgb(154,240,171); }

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