Html Css Color HEX #0FAA35 Dark Pastel Green

📋 copy color: '#0FAA35'

red 15 ◦ green 170 ◦ blue 53

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

Shades of Dark Pastel Green #0FAA35

Tints of Dark Pastel Green #0FAA35

RGB

 RED value IS 15 (6.25% from 255) = 6.3%

 GREEN value IS 170 (66.8% from 255) = 71.43%

 BLUE value IS 53 (21.09% from 255) = 22.27%

R = 6.3%
G = 71.43%
B = 22.27%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.69

 K value IS 0.33

RGB Variations

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

Color information

#0FAA35 (or 0x0FAA35) is known color: Dark Pastel Green. HEX triplet: 0F, AA and 35. RGB value is (15,170,53). Sum of RGB (Red+Green+Blue) = 15+170+53=238 (31% of max value = 765). Red value is 15 (6.25% from 255 or 6.30% from 238); Green value is 170 (66.80% from 255 or 71.43% from 238); Blue value is 53 (21.09% from 255 or 22.27% from 238); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA35 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA35 is #F055CA. Grayscale: #6E6E6E. Windows color (decimal): -15750603 or 3516943. OLE color: 3516943.

HSL color Cylindrical-coordinate representation of color #0FAA35: hue angle of 134.71º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA35 is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 170 53 -
CMYK 0.91 0 0.69 0.33
HSL 134.71º 0.84% 0.36% -
HSV(B) 134.71º 0.91% 0.67% -
XYZ 15.21 29.11 8.18 -
YUV 110.32 95.65 60.01 -
System Red Green Blue C M Y K H S L
Decimal 15 170 53 0.91 0 0.69 0.33 134.71 0.84 0.36
Hex F AA 35 5B 0 45 21 87 54 24
Octal 17 252 65 133 0 105 41 207 124 44
Binary 1111 10101010 110101 1011011 0 1000101 100001 10000111 1010100 100100

Color Harmonies of #0FAA35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA35

Black with #0FAA35

Text Example


Text Example

White with #0FAA35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,53); }

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

background-color css

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

 a { background-color: rgb(15,170,53); }

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

border-color css

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

 span { border-color: rgb(15,170,53); }

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