Html Css Color HEX #0FA42B Dark Pastel Green

📋 copy color: '#0FA42B'

red 15 ◦ green 164 ◦ blue 43

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

Shades of Dark Pastel Green #0FA42B

Tints of Dark Pastel Green #0FA42B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 19.37%

R = 6.76%
G = 73.87%
B = 19.37%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.36

RGB Variations

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

Color information

#0FA42B (or 0x0FA42B) is known color: Dark Pastel Green. HEX triplet: 0F, A4 and 2B. RGB value is (15,164,43). Sum of RGB (Red+Green+Blue) = 15+164+43=222 (29% of max value = 765). Red value is 15 (6.25% from 255 or 6.76% from 222); Green value is 164 (64.45% from 255 or 73.87% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA42B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA42B is #F05BD4. Grayscale: #696969. Windows color (decimal): -15752149 or 2860047. OLE color: 2860047.

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

Color convert

RGB 15 164 43 -
CMYK 0.91 0 0.74 0.36
HSL 131.28º 0.83% 0.35% -
HSV(B) 131.28º 0.91% 0.64% -
XYZ 13.91 26.83 6.73 -
YUV 105.66 92.64 63.34 -
System Red Green Blue C M Y K H S L
Decimal 15 164 43 0.91 0 0.74 0.36 131.28 0.83 0.35
Hex F A4 2B 5B 0 4A 24 83 53 23
Octal 17 244 53 133 0 112 44 203 123 43
Binary 1111 10100100 101011 1011011 0 1001010 100100 10000011 1010011 100011

Color Harmonies of #0FA42B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA42B

Black with #0FA42B

Text Example


Text Example

White with #0FA42B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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