Html Css Color HEX #0FA535 Dark Pastel Green

📋 copy color: '#0FA535'

red 15 ◦ green 165 ◦ blue 53

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

Shades of Dark Pastel Green #0FA535

Tints of Dark Pastel Green #0FA535

RGB

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

 GREEN value IS 165 (64.84% from 255) = 70.82%

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

R = 6.44%
G = 70.82%
B = 22.75%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.35

RGB Variations

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

Color information

#0FA535 (or 0x0FA535) is known color: Dark Pastel Green. HEX triplet: 0F, A5 and 35. RGB value is (15,165,53). Sum of RGB (Red+Green+Blue) = 15+165+53=233 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.44% from 233); Green value is 165 (64.84% from 255 or 70.82% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA535 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA535 is #F05ACA. Grayscale: #6B6B6B. Windows color (decimal): -15751883 or 3515663. OLE color: 3515663.

HSL color Cylindrical-coordinate representation of color #0FA535: hue angle of 135.2º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA535 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 165 53 -
CMYK 0.91 0 0.68 0.35
HSL 135.2º 0.83% 0.35% -
HSV(B) 135.2º 0.91% 0.65% -
XYZ 14.29 27.27 7.88 -
YUV 107.38 97.31 62.11 -
System Red Green Blue C M Y K H S L
Decimal 15 165 53 0.91 0 0.68 0.35 135.2 0.83 0.35
Hex F A5 35 5B 0 44 23 87 53 23
Octal 17 245 65 133 0 104 43 207 123 43
Binary 1111 10100101 110101 1011011 0 1000100 100011 10000111 1010011 100011

Color Harmonies of #0FA535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA535

Black with #0FA535

Text Example


Text Example

White with #0FA535

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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