Html Css Color HEX #00AF38 Dark Pastel Green

📋 copy color: '#00AF38'

red 0 ◦ green 175 ◦ blue 56

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

Shades of Dark Pastel Green #00AF38

Tints of Dark Pastel Green #00AF38

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 56 (22.27% from 255) = 24.24%

R = 0%
G = 75.76%
B = 24.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#00AF38 (or 0x00AF38) is known color: Dark Pastel Green. HEX triplet: 00, AF and 38. RGB value is (0,175,56). Sum of RGB (Red+Green+Blue) = 0+175+56=231 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 231); Green value is 175 (68.75% from 255 or 75.76% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 175 - color contains mainly: green. Hex color #00AF38 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #00AF38 is #FF50C7. Grayscale: #6D6D6D. Windows color (decimal): -16732360 or 3714816. OLE color: 3714816.

HSL color Cylindrical-coordinate representation of color #00AF38: hue angle of 139.2º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00AF38 is Cyan = 1, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 0 175 56 -
CMYK 1 0 0.68 0.31
HSL 139.2º 1% 0.34% -
HSV(B) 139.2º 1% 0.69% -
XYZ 16.04 30.95 8.87 -
YUV 109.11 98.02 50.18 -
System Red Green Blue C M Y K H S L
Decimal 0 175 56 1 0 0.68 0.31 139.2 1 0.34
Hex 0 AF 38 64 0 44 1F 8B 64 22
Octal 0 257 70 144 0 104 37 213 144 42
Binary 0 10101111 111000 1100100 0 1000100 11111 10001011 1100100 100010

Color Harmonies of #00AF38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AF38

Black with #00AF38

Text Example


Text Example

White with #00AF38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00AF38; }

 p { color: rgb(0,175,56); }

 H1.HeaderClassName
 {
   color: #00AF38;
 }
 .AnyTagClassName
 {
   color: #00AF38;
 }
</style>

background-color css

<style>
 a { background-color: #00AF38; }

 a { background-color: rgb(0,175,56); }

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

border-color css

<style>
 span { border-color: #00AF38; }

 span { border-color: rgb(0,175,56); }

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