Html Css Color HEX #01AF28 Dark Pastel Green

📋 copy color: '#01AF28'

red 1 ◦ green 175 ◦ blue 40

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

Shades of Dark Pastel Green #01AF28

Tints of Dark Pastel Green #01AF28

RGB

 RED value IS 1 (0.78% from 255) = 0.46%

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

 BLUE value IS 40 (16.02% from 255) = 18.52%

R = 0.46%
G = 81.02%
B = 18.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.77

 K value IS 0.31

RGB Variations

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

Color information

#01AF28 (or 0x01AF28) is known color: Dark Pastel Green. HEX triplet: 01, AF and 28. RGB value is (1,175,40). Sum of RGB (Red+Green+Blue) = 1+175+40=216 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.46% from 216); Green value is 175 (68.75% from 255 or 81.02% from 216); Blue value is 40 (16.02% from 255 or 18.52% from 216); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF28 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #01AF28 is #FE50D7. Grayscale: #6B6B6B. Windows color (decimal): -16666840 or 2666241. OLE color: 2666241.

HSL color Cylindrical-coordinate representation of color #01AF28: hue angle of 133.45º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF28 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 40 -
CMYK 0.99 0 0.77 0.31
HSL 133.45º 0.99% 0.35% -
HSV(B) 133.45º 0.99% 0.69% -
XYZ 15.73 30.82 7.13 -
YUV 107.58 89.85 51.98 -
System Red Green Blue C M Y K H S L
Decimal 1 175 40 0.99 0 0.77 0.31 133.45 0.99 0.35
Hex 1 AF 28 63 0 4D 1F 85 63 23
Octal 1 257 50 143 0 115 37 205 143 43
Binary 1 10101111 101000 1100011 0 1001101 11111 10000101 1100011 100011

Color Harmonies of #01AF28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF28

Black with #01AF28

Text Example


Text Example

White with #01AF28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AF28; }

 p { color: rgb(1,175,40); }

 H1.HeaderClassName
 {
   color: #01AF28;
 }
 .AnyTagClassName
 {
   color: #01AF28;
 }
</style>

background-color css

<style>
 a { background-color: #01AF28; }

 a { background-color: rgb(1,175,40); }

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

border-color css

<style>
 span { border-color: #01AF28; }

 span { border-color: rgb(1,175,40); }

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