Html Css Color HEX #08AF4D Pigment Green

📋 copy color: '#08AF4D'

red 8 ◦ green 175 ◦ blue 77

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

Shades of Pigment Green #08AF4D

Tints of Pigment Green #08AF4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 29.62%

R = 3.08%
G = 67.31%
B = 29.62%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.56

 K value IS 0.31

RGB Variations

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

Color information

#08AF4D (or 0x08AF4D) is known color: Pigment Green. HEX triplet: 08, AF and 4D. RGB value is (8,175,77). Sum of RGB (Red+Green+Blue) = 8+175+77=260 (34% of max value = 765). Red value is 8 (3.52% from 255 or 3.08% from 260); Green value is 175 (68.75% from 255 or 67.31% from 260); Blue value is 77 (30.47% from 255 or 29.62% from 260); Max value from RGB is 175 - color contains mainly: green. Hex color #08AF4D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #08AF4D is #F750B2. Grayscale: #727272. Windows color (decimal): -16208051 or 5091080. OLE color: 5091080.

HSL color Cylindrical-coordinate representation of color #08AF4D: hue angle of 144.79º 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 #08AF4D is Cyan = 0.95, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB 8 175 77 -
CMYK 0.95 0 0.56 0.31
HSL 144.79º 0.91% 0.36% -
HSV(B) 144.79º 0.95% 0.69% -
XYZ 16.77 31.25 12.17 -
YUV 113.9 107.17 52.47 -
System Red Green Blue C M Y K H S L
Decimal 8 175 77 0.95 0 0.56 0.31 144.79 0.91 0.36
Hex 8 AF 4D 5F 0 38 1F 91 5B 24
Octal 10 257 115 137 0 70 37 221 133 44
Binary 1000 10101111 1001101 1011111 0 111000 11111 10010001 1011011 100100

Color Harmonies of #08AF4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08AF4D

Black with #08AF4D

Text Example


Text Example

White with #08AF4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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