Html Css Color HEX #08AF1E Dark Pastel Green

📋 copy color: '#08AF1E'

red 8 ◦ green 175 ◦ blue 30

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

Shades of Dark Pastel Green #08AF1E

Tints of Dark Pastel Green #08AF1E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 82.16%

 BLUE value IS 30 (12.11% from 255) = 14.08%

R = 3.76%
G = 82.16%
B = 14.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.83

 K value IS 0.31

RGB Variations

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

Color information

#08AF1E (or 0x08AF1E) is known color: Dark Pastel Green. HEX triplet: 08, AF and 1E. RGB value is (8,175,30). Sum of RGB (Red+Green+Blue) = 8+175+30=213 (28% of max value = 765). Red value is 8 (3.52% from 255 or 3.76% from 213); Green value is 175 (68.75% from 255 or 82.16% from 213); Blue value is 30 (12.11% from 255 or 14.08% from 213); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF1E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #08AF1E is #F750E1. Grayscale: #6C6C6C. Windows color (decimal): -16208098 or 2010888. OLE color: 2010888.

HSL color Cylindrical-coordinate representation of color #08AF1E: hue angle of 127.9º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #08AF1E is Cyan = 0.95, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 175 30 -
CMYK 0.95 0 0.83 0.31
HSL 127.9º 0.91% 0.36% -
HSV(B) 127.9º 0.95% 0.69% -
XYZ 15.66 30.81 6.35 -
YUV 108.54 83.67 56.29 -
System Red Green Blue C M Y K H S L
Decimal 8 175 30 0.95 0 0.83 0.31 127.9 0.91 0.36
Hex 8 AF 1E 5F 0 53 1F 80 5B 24
Octal 10 257 36 137 0 123 37 200 133 44
Binary 1000 10101111 11110 1011111 0 1010011 11111 10000000 1011011 100100

Color Harmonies of #08AF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF1E

Black with #08AF1E

Text Example


Text Example

White with #08AF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,175,30); }

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

background-color css

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

 a { background-color: rgb(8,175,30); }

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

border-color css

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

 span { border-color: rgb(8,175,30); }

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