Html Css Color HEX #A8F360 Conifer

📋 copy color: '#A8F360'

red 168 ◦ green 243 ◦ blue 96

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

Shades of Conifer #A8F360

Tints of Conifer #A8F360

RGB

 RED value IS 168 (66.02% from 255) = 33.14%

 GREEN value IS 243 (95.31% from 255) = 47.93%

 BLUE value IS 96 (37.89% from 255) = 18.93%

R = 33.14%
G = 47.93%
B = 18.93%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.60

 K value IS 0.05

RGB Variations

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

Color information

#A8F360 (or 0xA8F360) is known color: Conifer. HEX triplet: A8, F3 and 60. RGB value is (168,243,96). Sum of RGB (Red+Green+Blue) = 168+243+96=507 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.14% from 507); Green value is 243 (95.31% from 255 or 47.93% from 507); Blue value is 96 (37.89% from 255 or 18.93% from 507); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F360 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F360 is #570C9F. Grayscale: #CCCCCC. Windows color (decimal): -5704864 or 6353832. OLE color: 6353832.

HSL color Cylindrical-coordinate representation of color #A8F360: hue angle of 90.61º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A8F360 is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 96 -
CMYK 0.31 0 0.60 0.05
HSL 90.61º 0.86% 0.66% -
HSV(B) 90.61º 0.6% 0.95% -
XYZ 50.31 73.27 22.56 -
YUV 203.82 67.15 102.45 -
System Red Green Blue C M Y K H S L
Decimal 168 243 96 0.31 0 0.60 0.05 90.61 0.86 0.66
Hex A8 F3 60 1F 0 3C 5 5B 56 42
Octal 250 363 140 37 0 74 5 133 126 102
Binary 10101000 11110011 1100000 11111 0 111100 101 1011011 1010110 1000010

Color Harmonies of #A8F360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F360

Black with #A8F360

Text Example


Text Example

White with #A8F360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F360; }

 p { color: rgb(168,243,96); }

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

background-color css

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

 a { background-color: rgb(168,243,96); }

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

border-color css

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

 span { border-color: rgb(168,243,96); }

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