Html Css Color HEX #0FA434 Dark Pastel Green

📋 copy color: '#0FA434'

red 15 ◦ green 164 ◦ blue 52

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

Shades of Dark Pastel Green #0FA434

Tints of Dark Pastel Green #0FA434

RGB

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

 GREEN value IS 164 (64.45% from 255) = 71%

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

R = 6.49%
G = 71%
B = 22.51%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.68

 K value IS 0.36

RGB Variations

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

Color information

#0FA434 (or 0x0FA434) is known color: Dark Pastel Green. HEX triplet: 0F, A4 and 34. RGB value is (15,164,52). Sum of RGB (Red+Green+Blue) = 15+164+52=231 (30% of max value = 765). Red value is 15 (6.25% from 255 or 6.49% from 231); Green value is 164 (64.45% from 255 or 71.00% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA434 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA434 is #F05BCB. Grayscale: #6A6A6A. Windows color (decimal): -15752140 or 3449871. OLE color: 3449871.

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

Color convert

RGB 15 164 52 -
CMYK 0.91 0 0.68 0.36
HSL 134.9º 0.83% 0.35% -
HSV(B) 134.9º 0.91% 0.64% -
XYZ 14.09 26.9 7.7 -
YUV 106.68 97.14 62.61 -
System Red Green Blue C M Y K H S L
Decimal 15 164 52 0.91 0 0.68 0.36 134.9 0.83 0.35
Hex F A4 34 5B 0 44 24 87 53 23
Octal 17 244 64 133 0 104 44 207 123 43
Binary 1111 10100100 110100 1011011 0 1000100 100100 10000111 1010011 100011

Color Harmonies of #0FA434

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA434

Black with #0FA434

Text Example


Text Example

White with #0FA434

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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