Html Css Color HEX #A0F25D Conifer

📋 copy color: '#A0F25D'

red 160 ◦ green 242 ◦ blue 93

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

Shades of Conifer #A0F25D

Tints of Conifer #A0F25D

RGB

 RED value IS 160 (62.89% from 255) = 32.32%

 GREEN value IS 242 (94.92% from 255) = 48.89%

 BLUE value IS 93 (36.72% from 255) = 18.79%

R = 32.32%
G = 48.89%
B = 18.79%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.62

 K value IS 0.05

RGB Variations

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

Color information

#A0F25D (or 0xA0F25D) is known color: Conifer. HEX triplet: A0, F2 and 5D. RGB value is (160,242,93). Sum of RGB (Red+Green+Blue) = 160+242+93=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 242 (94.92% from 255 or 48.89% from 495); Blue value is 93 (36.72% from 255 or 18.79% from 495); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F25D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F25D is #5F0DA2. Grayscale: #C9C9C9. Windows color (decimal): -6229411 or 6156960. OLE color: 6156960.

HSL color Cylindrical-coordinate representation of color #A0F25D: hue angle of 93.02º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A0F25D is Cyan = 0.34, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB 160 242 93 -
CMYK 0.34 0 0.62 0.05
HSL 93.02º 0.85% 0.66% -
HSV(B) 93.02º 0.62% 0.95% -
XYZ 48.23 71.77 21.67 -
YUV 200.5 67.33 99.12 -
System Red Green Blue C M Y K H S L
Decimal 160 242 93 0.34 0 0.62 0.05 93.02 0.85 0.66
Hex A0 F2 5D 22 0 3E 5 5D 55 42
Octal 240 362 135 42 0 76 5 135 125 102
Binary 10100000 11110010 1011101 100010 0 111110 101 1011101 1010101 1000010

Color Harmonies of #A0F25D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F25D

Black with #A0F25D

Text Example


Text Example

White with #A0F25D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F25D; }

 p { color: rgb(160,242,93); }

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

background-color css

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

 a { background-color: rgb(160,242,93); }

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

border-color css

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

 span { border-color: rgb(160,242,93); }

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