Html Css Color HEX #0AD27F Caribbean Green

📋 copy color: '#0AD27F'

red 10 ◦ green 210 ◦ blue 127

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

Shades of Caribbean Green #0AD27F

Tints of Caribbean Green #0AD27F

RGB

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

 GREEN value IS 210 (82.42% from 255) = 60.52%

 BLUE value IS 127 (50% from 255) = 36.6%

R = 2.88%
G = 60.52%
B = 36.6%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#0AD27F (or 0x0AD27F) is known color: Caribbean Green. HEX triplet: 0A, D2 and 7F. RGB value is (10,210,127). Sum of RGB (Red+Green+Blue) = 10+210+127=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 210 (82.42% from 255 or 60.52% from 347); Blue value is 127 (50% from 255 or 36.60% from 347); Max value from RGB is 210 - color contains mainly: green. Hex color #0AD27F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD27F is #F52D80. Grayscale: #8C8C8C. Windows color (decimal): -16067969 or 8376842. OLE color: 8376842.

HSL color Cylindrical-coordinate representation of color #0AD27F: hue angle of 155.1º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AD27F is Cyan = 0.95, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB 10 210 127 -
CMYK 0.95 0 0.40 0.18
HSL 155.1º 0.91% 0.43% -
HSV(B) 155.1º 0.95% 0.82% -
XYZ 27 47.69 27.86 -
YUV 140.74 120.24 34.75 -
System Red Green Blue C M Y K H S L
Decimal 10 210 127 0.95 0 0.40 0.18 155.1 0.91 0.43
Hex A D2 7F 5F 0 28 12 9B 5B 2B
Octal 12 322 177 137 0 50 22 233 133 53
Binary 1010 11010010 1111111 1011111 0 101000 10010 10011011 1011011 101011

Color Harmonies of #0AD27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD27F

Black with #0AD27F

Text Example


Text Example

White with #0AD27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,210,127); }

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

background-color css

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

 a { background-color: rgb(10,210,127); }

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

border-color css

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

 span { border-color: rgb(10,210,127); }

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