Html Css Color HEX #08BA3A Dark Pastel Green

📋 copy color: '#08BA3A'

red 8 ◦ green 186 ◦ blue 58

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

Shades of Dark Pastel Green #08BA3A

Tints of Dark Pastel Green #08BA3A

RGB

 RED value IS 8 (3.52% from 255) = 3.17%

 GREEN value IS 186 (73.05% from 255) = 73.81%

 BLUE value IS 58 (23.05% from 255) = 23.02%

R = 3.17%
G = 73.81%
B = 23.02%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.69

 K value IS 0.27

RGB Variations

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

Color information

#08BA3A (or 0x08BA3A) is known color: Dark Pastel Green. HEX triplet: 08, BA and 3A. RGB value is (8,186,58). Sum of RGB (Red+Green+Blue) = 8+186+58=252 (33% of max value = 765). Red value is 8 (3.52% from 255 or 3.17% from 252); Green value is 186 (73.05% from 255 or 73.81% from 252); Blue value is 58 (23.05% from 255 or 23.02% from 252); Max value from RGB is 186 - color contains mainly: green. Hex color #08BA3A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BA3A is #F745C5. Grayscale: #767676. Windows color (decimal): -16205254 or 3848712. OLE color: 3848712.

HSL color Cylindrical-coordinate representation of color #08BA3A: hue angle of 136.85º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BA3A is Cyan = 0.96, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.27.

Color convert

RGB 8 186 58 -
CMYK 0.96 0 0.69 0.27
HSL 136.85º 0.92% 0.38% -
HSV(B) 136.85º 0.96% 0.73% -
XYZ 18.42 35.47 9.88 -
YUV 118.19 94.03 49.41 -
System Red Green Blue C M Y K H S L
Decimal 8 186 58 0.96 0 0.69 0.27 136.85 0.92 0.38
Hex 8 BA 3A 60 0 45 1B 89 5C 26
Octal 10 272 72 140 0 105 33 211 134 46
Binary 1000 10111010 111010 1100000 0 1000101 11011 10001001 1011100 100110

Color Harmonies of #08BA3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BA3A

Black with #08BA3A

Text Example


Text Example

White with #08BA3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #08BA3A; }

 p { color: rgb(8,186,58); }

 H1.HeaderClassName
 {
   color: #08BA3A;
 }
 .AnyTagClassName
 {
   color: #08BA3A;
 }
</style>

background-color css

<style>
 a { background-color: #08BA3A; }

 a { background-color: rgb(8,186,58); }

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

border-color css

<style>
 span { border-color: #08BA3A; }

 span { border-color: rgb(8,186,58); }

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