Html Css Color HEX #A0F862 Conifer

📋 copy color: '#A0F862'

red 160 ◦ green 248 ◦ blue 98

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

Shades of Conifer #A0F862

Tints of Conifer #A0F862

RGB

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

 GREEN value IS 248 (97.27% from 255) = 49.01%

 BLUE value IS 98 (38.67% from 255) = 19.37%

R = 31.62%
G = 49.01%
B = 19.37%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.60

 K value IS 0.03

RGB Variations

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

Color information

#A0F862 (or 0xA0F862) is known color: Conifer. HEX triplet: A0, F8 and 62. RGB value is (160,248,98). Sum of RGB (Red+Green+Blue) = 160+248+98=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 98 (38.67% from 255 or 19.37% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #A0F862 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A0F862 is #5F079D. Grayscale: #CDCDCD. Windows color (decimal): -6227870 or 6486176. OLE color: 6486176.

HSL color Cylindrical-coordinate representation of color #A0F862: hue angle of 95.2º degrees, saturation: 0.91, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A0F862 is Cyan = 0.35, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.03.

Color convert

RGB 160 248 98 -
CMYK 0.35 0 0.60 0.03
HSL 95.2º 0.91% 0.68% -
HSV(B) 95.2º 0.6% 0.97% -
XYZ 50.27 75.49 23.48 -
YUV 204.59 67.85 96.2 -
System Red Green Blue C M Y K H S L
Decimal 160 248 98 0.35 0 0.60 0.03 95.2 0.91 0.68
Hex A0 F8 62 23 0 3C 3 5F 5B 44
Octal 240 370 142 43 0 74 3 137 133 104
Binary 10100000 11111000 1100010 100011 0 111100 11 1011111 1011011 1000100

Color Harmonies of #A0F862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0F862

Black with #A0F862

Text Example


Text Example

White with #A0F862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0F862; }

 p { color: rgb(160,248,98); }

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

background-color css

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

 a { background-color: rgb(160,248,98); }

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

border-color css

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

 span { border-color: rgb(160,248,98); }

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