Html Css Color HEX #9AF1AB Celadon

📋 copy color: '#9AF1AB'

red 154 ◦ green 241 ◦ blue 171

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

Shades of Celadon #9AF1AB

Tints of Celadon #9AF1AB

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.58%

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

R = 27.21%
G = 42.58%
B = 30.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#9AF1AB (or 0x9AF1AB) is known color: Celadon. HEX triplet: 9A, F1 and AB. RGB value is (154,241,171). Sum of RGB (Red+Green+Blue) = 154+241+171=566 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.21% from 566); Green value is 241 (94.53% from 255 or 42.58% from 566); Blue value is 171 (67.19% from 255 or 30.21% from 566); Max value from RGB is 241 - color contains mainly: green. Hex color #9AF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF1AB is #650E54. Grayscale: #CFCFCF. Windows color (decimal): -6622805 or 11268506. OLE color: 11268506.

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

Color convert

RGB 154 241 171 -
CMYK 0.36 0 0.29 0.05
HSL 131.72º 0.76% 0.77% -
HSV(B) 131.72º 0.36% 0.95% -
XYZ 52.13 72.72 49.82 -
YUV 207.01 107.68 90.19 -
System Red Green Blue C M Y K H S L
Decimal 154 241 171 0.36 0 0.29 0.05 131.72 0.76 0.77
Hex 9A F1 AB 24 0 1D 5 84 4C 4D
Octal 232 361 253 44 0 35 5 204 114 115
Binary 10011010 11110001 10101011 100100 0 11101 101 10000100 1001100 1001101

Color Harmonies of #9AF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AF1AB

Black with #9AF1AB

Text Example


Text Example

White with #9AF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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