Html Css Color HEX #0FCA29 Dark Pastel Green

📋 copy color: '#0FCA29'

red 15 ◦ green 202 ◦ blue 41

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

Shades of Dark Pastel Green #0FCA29

Tints of Dark Pastel Green #0FCA29

RGB

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

 GREEN value IS 202 (79.3% from 255) = 78.29%

 BLUE value IS 41 (16.41% from 255) = 15.89%

R = 5.81%
G = 78.29%
B = 15.89%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#0FCA29 (or 0x0FCA29) is known color: Dark Pastel Green. HEX triplet: 0F, CA and 29. RGB value is (15,202,41). Sum of RGB (Red+Green+Blue) = 15+202+41=258 (34% of max value = 765). Red value is 15 (6.25% from 255 or 5.81% from 258); Green value is 202 (79.30% from 255 or 78.29% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 202 - color contains mainly: green. Hex color #0FCA29 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0FCA29 is #F035D6. Grayscale: #808080. Windows color (decimal): -15742423 or 2738703. OLE color: 2738703.

HSL color Cylindrical-coordinate representation of color #0FCA29: hue angle of 128.34º degrees, saturation: 0.86, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0FCA29 is Cyan = 0.93, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 15 202 41 -
CMYK 0.93 0 0.80 0.21
HSL 128.34º 0.86% 0.43% -
HSV(B) 128.34º 0.93% 0.79% -
XYZ 21.72 42.5 9.16 -
YUV 127.73 79.05 47.59 -
System Red Green Blue C M Y K H S L
Decimal 15 202 41 0.93 0 0.80 0.21 128.34 0.86 0.43
Hex F CA 29 5D 0 50 15 80 56 2B
Octal 17 312 51 135 0 120 25 200 126 53
Binary 1111 11001010 101001 1011101 0 1010000 10101 10000000 1010110 101011

Color Harmonies of #0FCA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FCA29

Black with #0FCA29

Text Example


Text Example

White with #0FCA29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,202,41); }

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

background-color css

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

 a { background-color: rgb(15,202,41); }

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

border-color css

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

 span { border-color: rgb(15,202,41); }

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