Html Css Color HEX #0D8A02 Green

📋 copy color: '#0D8A02'

red 13 ◦ green 138 ◦ blue 2

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

Shades of Green #0D8A02

Tints of Green #0D8A02

RGB

 RED value IS 13 (5.47% from 255) = 8.5%

 GREEN value IS 138 (54.3% from 255) = 90.2%

 BLUE value IS 2 (1.17% from 255) = 1.31%

R = 8.5%
G = 90.2%
B = 1.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.99

 K value IS 0.46

RGB Variations

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

Color information

#0D8A02 (or 0x0D8A02) is known color: Green. HEX triplet: 0D, 8A and 02. RGB value is (13,138,2). Sum of RGB (Red+Green+Blue) = 13+138+2=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 138 (54.30% from 255 or 90.20% from 153); Blue value is 2 (1.17% from 255 or 1.31% from 153); Max value from RGB is 138 - color contains mainly: green. Hex color #0D8A02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0D8A02 is #F275FD. Grayscale: #555555. Windows color (decimal): -15889918 or 166413. OLE color: 166413.

HSL color Cylindrical-coordinate representation of color #0D8A02: hue angle of 115.15º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D8A02 is Cyan = 0.91, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.46.

Color convert

RGB 13 138 2 -
CMYK 0.91 0 0.99 0.46
HSL 115.15º 0.97% 0.27% -
HSV(B) 115.15º 0.99% 0.54% -
XYZ 9.27 18.27 3.09 -
YUV 85.12 81.09 76.56 -
System Red Green Blue C M Y K H S L
Decimal 13 138 2 0.91 0 0.99 0.46 115.15 0.97 0.27
Hex D 8A 2 5B 0 63 2E 73 61 1B
Octal 15 212 2 133 0 143 56 163 141 33
Binary 1101 10001010 10 1011011 0 1100011 101110 1110011 1100001 11011

Color Harmonies of #0D8A02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8A02

Black with #0D8A02

Text Example


Text Example

White with #0D8A02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,138,2); }

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

background-color css

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

 a { background-color: rgb(13,138,2); }

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

border-color css

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

 span { border-color: rgb(13,138,2); }

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