Html Css Color HEX #0FA534 Dark Pastel Green

📋 copy color: '#0FA534'

red 15 ◦ green 165 ◦ blue 52

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

Shades of Dark Pastel Green #0FA534

Tints of Dark Pastel Green #0FA534

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 22.41%

R = 6.47%
G = 71.12%
B = 22.41%

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

#0FA534 (or 0x0FA534) is known color: Dark Pastel Green. HEX triplet: 0F, A5 and 34. RGB value is (15,165,52). Sum of RGB (Red+Green+Blue) = 15+165+52=232 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.47% from 232); Green value is 165 (64.84% from 255 or 71.12% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 165 - color contains mainly: green. Hex color #0FA534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA534 is #F05ACB. Grayscale: #6B6B6B. Windows color (decimal): -15751884 or 3450127. OLE color: 3450127.

HSL color Cylindrical-coordinate representation of color #0FA534: hue angle of 134.8º 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 #0FA534 is Cyan = 0.91, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB 15 165 52 -
CMYK 0.91 0 0.68 0.35
HSL 134.8º 0.83% 0.35% -
HSV(B) 134.8º 0.91% 0.65% -
XYZ 14.27 27.26 7.76 -
YUV 107.27 96.81 62.19 -
System Red Green Blue C M Y K H S L
Decimal 15 165 52 0.91 0 0.68 0.35 134.8 0.83 0.35
Hex F A5 34 5B 0 44 23 87 53 23
Octal 17 245 64 133 0 104 43 207 123 43
Binary 1111 10100101 110100 1011011 0 1000100 100011 10000111 1010011 100011

Color Harmonies of #0FA534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA534

Black with #0FA534

Text Example


Text Example

White with #0FA534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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