Html Css Color HEX #0AD792 Caribbean Green

📋 copy color: '#0AD792'

red 10 ◦ green 215 ◦ blue 146

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

Shades of Caribbean Green #0AD792

Tints of Caribbean Green #0AD792

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.95%

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

R = 2.7%
G = 57.95%
B = 39.35%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.32

 K value IS 0.16

RGB Variations

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

Color information

#0AD792 (or 0x0AD792) is known color: Caribbean Green. HEX triplet: 0A, D7 and 92. RGB value is (10,215,146). Sum of RGB (Red+Green+Blue) = 10+215+146=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 215 (84.38% from 255 or 57.95% from 371); Blue value is 146 (57.42% from 255 or 39.35% from 371); Max value from RGB is 215 - color contains mainly: green. Hex color #0AD792 is not a web safe color. Web safe color analog (approx): #00CC99. Inversed color of #0AD792 is #F5286D. Grayscale: #919191. Windows color (decimal): -16066670 or 9623306. OLE color: 9623306.

HSL color Cylindrical-coordinate representation of color #0AD792: hue angle of 159.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD792 is Cyan = 0.95, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 215 146 -
CMYK 0.95 0 0.32 0.16
HSL 159.8º 0.91% 0.44% -
HSV(B) 159.8º 0.95% 0.84% -
XYZ 29.61 50.74 35.43 -
YUV 145.84 128.08 31.11 -
System Red Green Blue C M Y K H S L
Decimal 10 215 146 0.95 0 0.32 0.16 159.8 0.91 0.44
Hex A D7 92 5F 0 20 10 A0 5B 2C
Octal 12 327 222 137 0 40 20 240 133 54
Binary 1010 11010111 10010010 1011111 0 100000 10000 10100000 1011011 101100

Color Harmonies of #0AD792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD792

Black with #0AD792

Text Example


Text Example

White with #0AD792

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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