Html Css Color HEX #9AEDA8 Celadon

📋 copy color: '#9AEDA8'

red 154 ◦ green 237 ◦ blue 168

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

Shades of Celadon #9AEDA8

Tints of Celadon #9AEDA8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 42.4%

 BLUE value IS 168 (66.02% from 255) = 30.05%

R = 27.55%
G = 42.4%
B = 30.05%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.29

 K value IS 0.07

RGB Variations

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

Color information

#9AEDA8 (or 0x9AEDA8) is known color: Celadon. HEX triplet: 9A, ED and A8. RGB value is (154,237,168). Sum of RGB (Red+Green+Blue) = 154+237+168=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 237 (92.97% from 255 or 42.40% from 559); Blue value is 168 (66.02% from 255 or 30.05% from 559); Max value from RGB is 237 - color contains mainly: green. Hex color #9AEDA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AEDA8 is #651257. Grayscale: #CCCCCC. Windows color (decimal): -6623832 or 11070874. OLE color: 11070874.

HSL color Cylindrical-coordinate representation of color #9AEDA8: hue angle of 130.12º degrees, saturation: 0.7, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9AEDA8 is Cyan = 0.35, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.

Color convert

RGB 154 237 168 -
CMYK 0.35 0 0.29 0.07
HSL 130.12º 0.7% 0.77% -
HSV(B) 130.12º 0.35% 0.93% -
XYZ 50.68 70.27 47.94 -
YUV 204.32 107.5 92.11 -
System Red Green Blue C M Y K H S L
Decimal 154 237 168 0.35 0 0.29 0.07 130.12 0.7 0.77
Hex 9A ED A8 23 0 1D 7 82 46 4D
Octal 232 355 250 43 0 35 7 202 106 115
Binary 10011010 11101101 10101000 100011 0 11101 111 10000010 1000110 1001101

Color Harmonies of #9AEDA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AEDA8

Black with #9AEDA8

Text Example


Text Example

White with #9AEDA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,237,168); }

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

background-color css

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

 a { background-color: rgb(154,237,168); }

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

border-color css

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

 span { border-color: rgb(154,237,168); }

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