Html Css Color HEX #9FF2B4 Celadon

📋 copy color: '#9FF2B4'

red 159 ◦ green 242 ◦ blue 180

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

Shades of Celadon #9FF2B4

Tints of Celadon #9FF2B4

RGB

 RED value IS 159 (62.5% from 255) = 27.37%

 GREEN value IS 242 (94.92% from 255) = 41.65%

 BLUE value IS 180 (70.7% from 255) = 30.98%

R = 27.37%
G = 41.65%
B = 30.98%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.26

 K value IS 0.05

RGB Variations

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

Color information

#9FF2B4 (or 0x9FF2B4) is known color: Celadon. HEX triplet: 9F, F2 and B4. RGB value is (159,242,180). Sum of RGB (Red+Green+Blue) = 159+242+180=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 180 (70.70% from 255 or 30.98% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #9FF2B4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FF2B4 is #600D4B. Grayscale: #D2D2D2. Windows color (decimal): -6294860 or 11858591. OLE color: 11858591.

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

Color convert

RGB 159 242 180 -
CMYK 0.34 0 0.26 0.05
HSL 135.18º 0.76% 0.79% -
HSV(B) 135.18º 0.34% 0.95% -
XYZ 54.29 74.17 54.64 -
YUV 210.12 111 91.54 -
System Red Green Blue C M Y K H S L
Decimal 159 242 180 0.34 0 0.26 0.05 135.18 0.76 0.79
Hex 9F F2 B4 22 0 1A 5 87 4C 4F
Octal 237 362 264 42 0 32 5 207 114 117
Binary 10011111 11110010 10110100 100010 0 11010 101 10000111 1001100 1001111

Color Harmonies of #9FF2B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FF2B4

Black with #9FF2B4

Text Example


Text Example

White with #9FF2B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,242,180); }

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

background-color css

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

 a { background-color: rgb(159,242,180); }

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

border-color css

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

 span { border-color: rgb(159,242,180); }

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