Html Css Color HEX #08BD1A Dark Pastel Green

📋 copy color: '#08BD1A'

red 8 ◦ green 189 ◦ blue 26

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

Shades of Dark Pastel Green #08BD1A

Tints of Dark Pastel Green #08BD1A

RGB

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

 GREEN value IS 189 (74.22% from 255) = 84.75%

 BLUE value IS 26 (10.55% from 255) = 11.66%

R = 3.59%
G = 84.75%
B = 11.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.86

 K value IS 0.26

RGB Variations

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

Color information

#08BD1A (or 0x08BD1A) is known color: Dark Pastel Green. HEX triplet: 08, BD and 1A. RGB value is (8,189,26). Sum of RGB (Red+Green+Blue) = 8+189+26=223 (29% of max value = 765). Red value is 8 (3.52% from 255 or 3.59% from 223); Green value is 189 (74.22% from 255 or 84.75% from 223); Blue value is 26 (10.55% from 255 or 11.66% from 223); Max value from RGB is 189 - color contains mainly: green. Hex color #08BD1A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #08BD1A is #F742E5. Grayscale: #747474. Windows color (decimal): -16204518 or 1752328. OLE color: 1752328.

HSL color Cylindrical-coordinate representation of color #08BD1A: hue angle of 125.97º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #08BD1A is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.26.

Color convert

RGB 8 189 26 -
CMYK 0.96 0 0.86 0.26
HSL 125.97º 0.92% 0.39% -
HSV(B) 125.97º 0.96% 0.74% -
XYZ 18.48 36.52 7.05 -
YUV 116.3 77.03 50.75 -
System Red Green Blue C M Y K H S L
Decimal 8 189 26 0.96 0 0.86 0.26 125.97 0.92 0.39
Hex 8 BD 1A 60 0 56 1A 7E 5C 27
Octal 10 275 32 140 0 126 32 176 134 47
Binary 1000 10111101 11010 1100000 0 1010110 11010 1111110 1011100 100111

Color Harmonies of #08BD1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08BD1A

Black with #08BD1A

Text Example


Text Example

White with #08BD1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,189,26); }

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

background-color css

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

 a { background-color: rgb(8,189,26); }

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

border-color css

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

 span { border-color: rgb(8,189,26); }

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