Html Css Color HEX #0AD67B Caribbean Green

📋 copy color: '#0AD67B'

red 10 ◦ green 214 ◦ blue 123

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

Shades of Caribbean Green #0AD67B

Tints of Caribbean Green #0AD67B

RGB

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

 GREEN value IS 214 (83.98% from 255) = 61.67%

 BLUE value IS 123 (48.44% from 255) = 35.45%

R = 2.88%
G = 61.67%
B = 35.45%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.43

 K value IS 0.16

RGB Variations

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

Color information

#0AD67B (or 0x0AD67B) is known color: Caribbean Green. HEX triplet: 0A, D6 and 7B. RGB value is (10,214,123). Sum of RGB (Red+Green+Blue) = 10+214+123=347 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.88% from 347); Green value is 214 (83.98% from 255 or 61.67% from 347); Blue value is 123 (48.44% from 255 or 35.45% from 347); Max value from RGB is 214 - color contains mainly: green. Hex color #0AD67B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0AD67B is #F52984. Grayscale: #8E8E8E. Windows color (decimal): -16066949 or 8115722. OLE color: 8115722.

HSL color Cylindrical-coordinate representation of color #0AD67B: hue angle of 153.24º 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 #0AD67B is Cyan = 0.95, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB 10 214 123 -
CMYK 0.95 0 0.43 0.16
HSL 153.24º 0.91% 0.44% -
HSV(B) 153.24º 0.95% 0.84% -
XYZ 27.75 49.59 26.85 -
YUV 142.63 116.91 33.4 -
System Red Green Blue C M Y K H S L
Decimal 10 214 123 0.95 0 0.43 0.16 153.24 0.91 0.44
Hex A D6 7B 5F 0 2B 10 99 5B 2C
Octal 12 326 173 137 0 53 20 231 133 54
Binary 1010 11010110 1111011 1011111 0 101011 10000 10011001 1011011 101100

Color Harmonies of #0AD67B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AD67B

Black with #0AD67B

Text Example


Text Example

White with #0AD67B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,214,123); }

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

background-color css

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

 a { background-color: rgb(10,214,123); }

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

border-color css

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

 span { border-color: rgb(10,214,123); }

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