Html Css Color HEX #0ABF92 Caribbean Green

📋 copy color: '#0ABF92'

red 10 ◦ green 191 ◦ blue 146

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

Shades of Caribbean Green #0ABF92

Tints of Caribbean Green #0ABF92

RGB

 RED value IS 10 (4.3% from 255) = 2.88%

 GREEN value IS 191 (75% from 255) = 55.04%

 BLUE value IS 146 (57.42% from 255) = 42.07%

R = 2.88%
G = 55.04%
B = 42.07%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.25

RGB Variations

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

Color information

#0ABF92 (or 0x0ABF92) is known color: Caribbean Green. HEX triplet: 0A, BF and 92. RGB value is (10,191,146). Sum of RGB (Red+Green+Blue) = 10+191+146=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 191 (75% from 255 or 55.04% from 347); Blue value is 146 (57.42% from 255 or 42.07% from 347); Max value from RGB is 191 - color contains mainly: green. Hex color #0ABF92 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0ABF92 is #F5406D. Grayscale: #838383. Windows color (decimal): -16072814 or 9617162. OLE color: 9617162.

HSL color Cylindrical-coordinate representation of color #0ABF92: hue angle of 165.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ABF92 is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB 10 191 146 -
CMYK 0.95 0 0.24 0.25
HSL 165.08º 0.9% 0.39% -
HSV(B) 165.08º 0.95% 0.75% -
XYZ 23.94 39.4 33.54 -
YUV 131.75 136.03 41.16 -
System Red Green Blue C M Y K H S L
Decimal 10 191 146 0.95 0 0.24 0.25 165.08 0.9 0.39
Hex A BF 92 5F 0 18 19 A5 5A 27
Octal 12 277 222 137 0 30 31 245 132 47
Binary 1010 10111111 10010010 1011111 0 11000 11001 10100101 1011010 100111

Color Harmonies of #0ABF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ABF92

Black with #0ABF92

Text Example


Text Example

White with #0ABF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0ABF92; }

 p { color: rgb(10,191,146); }

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

background-color css

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

 a { background-color: rgb(10,191,146); }

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

border-color css

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

 span { border-color: rgb(10,191,146); }

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