Html Css Color HEX #0ACF1E Dark Pastel Green

📋 copy color: '#0ACF1E'

red 10 ◦ green 207 ◦ blue 30

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

Shades of Dark Pastel Green #0ACF1E

Tints of Dark Pastel Green #0ACF1E

RGB

 RED value IS 10 (4.3% from 255) = 4.05%

 GREEN value IS 207 (81.25% from 255) = 83.81%

 BLUE value IS 30 (12.11% from 255) = 12.15%

R = 4.05%
G = 83.81%
B = 12.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.86

 K value IS 0.19

RGB Variations

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

Color information

#0ACF1E (or 0x0ACF1E) is known color: Dark Pastel Green. HEX triplet: 0A, CF and 1E. RGB value is (10,207,30). Sum of RGB (Red+Green+Blue) = 10+207+30=247 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.05% from 247); Green value is 207 (81.25% from 255 or 83.81% from 247); Blue value is 30 (12.11% from 255 or 12.15% from 247); Max value from RGB is 207 - color contains mainly: green. Hex color #0ACF1E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0ACF1E is #F530E1. Grayscale: #808080. Windows color (decimal): -16068834 or 2019082. OLE color: 2019082.

HSL color Cylindrical-coordinate representation of color #0ACF1E: hue angle of 126.09º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0ACF1E is Cyan = 0.95, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB 10 207 30 -
CMYK 0.95 0 0.86 0.19
HSL 126.09º 0.91% 0.43% -
HSV(B) 126.09º 0.95% 0.81% -
XYZ 22.67 44.78 8.68 -
YUV 127.92 72.73 43.89 -
System Red Green Blue C M Y K H S L
Decimal 10 207 30 0.95 0 0.86 0.19 126.09 0.91 0.43
Hex A CF 1E 5F 0 56 13 7E 5B 2B
Octal 12 317 36 137 0 126 23 176 133 53
Binary 1010 11001111 11110 1011111 0 1010110 10011 1111110 1011011 101011

Color Harmonies of #0ACF1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0ACF1E

Black with #0ACF1E

Text Example


Text Example

White with #0ACF1E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,207,30); }

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

background-color css

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

 a { background-color: rgb(10,207,30); }

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

border-color css

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

 span { border-color: rgb(10,207,30); }

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