Html Css Color HEX #0A852F Dark Spring Green

📋 copy color: '#0A852F'

red 10 ◦ green 133 ◦ blue 47

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

Shades of Dark Spring Green #0A852F

Tints of Dark Spring Green #0A852F

RGB

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

 GREEN value IS 133 (52.34% from 255) = 70%

 BLUE value IS 47 (18.75% from 255) = 24.74%

R = 5.26%
G = 70%
B = 24.74%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#0A852F (or 0x0A852F) is known color: Dark Spring Green. HEX triplet: 0A, 85 and 2F. RGB value is (10,133,47). Sum of RGB (Red+Green+Blue) = 10+133+47=190 (25% of max value = 765). Red value is 10 (4.30% from 255 or 5.26% from 190); Green value is 133 (52.34% from 255 or 70% from 190); Blue value is 47 (18.75% from 255 or 24.74% from 190); Max value from RGB is 133 - color contains mainly: green. Hex color #0A852F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0A852F is #F57AD0. Grayscale: #565656. Windows color (decimal): -16087761 or 3114250. OLE color: 3114250.

HSL color Cylindrical-coordinate representation of color #0A852F: hue angle of 138.05º degrees, saturation: 0.86, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0A852F is Cyan = 0.92, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 10 133 47 -
CMYK 0.92 0 0.65 0.48
HSL 138.05º 0.86% 0.28% -
HSV(B) 138.05º 0.92% 0.52% -
XYZ 9.03 17.04 5.5 -
YUV 86.42 105.75 73.49 -
System Red Green Blue C M Y K H S L
Decimal 10 133 47 0.92 0 0.65 0.48 138.05 0.86 0.28
Hex A 85 2F 5C 0 41 30 8A 56 1C
Octal 12 205 57 134 0 101 60 212 126 34
Binary 1010 10000101 101111 1011100 0 1000001 110000 10001010 1010110 11100

Color Harmonies of #0A852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A852F

Black with #0A852F

Text Example


Text Example

White with #0A852F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,133,47); }

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

background-color css

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

 a { background-color: rgb(10,133,47); }

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

border-color css

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

 span { border-color: rgb(10,133,47); }

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