Html Css Color HEX #A8FC5A Conifer

📋 copy color: '#A8FC5A'

red 168 ◦ green 252 ◦ blue 90

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

Shades of Conifer #A8FC5A

Tints of Conifer #A8FC5A

RGB

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

 GREEN value IS 252 (98.83% from 255) = 49.41%

 BLUE value IS 90 (35.55% from 255) = 17.65%

R = 32.94%
G = 49.41%
B = 17.65%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.01

RGB Variations

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

Color information

#A8FC5A (or 0xA8FC5A) is known color: Conifer. HEX triplet: A8, FC and 5A. RGB value is (168,252,90). Sum of RGB (Red+Green+Blue) = 168+252+90=510 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.94% from 510); Green value is 252 (98.83% from 255 or 49.41% from 510); Blue value is 90 (35.55% from 255 or 17.65% from 510); Max value from RGB is 252 - color contains mainly: green. Hex color #A8FC5A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FC5A is #5703A5. Grayscale: #D0D0D0. Windows color (decimal): -5702566 or 5962920. OLE color: 5962920.

HSL color Cylindrical-coordinate representation of color #A8FC5A: hue angle of 91.11º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8FC5A is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB 168 252 90 -
CMYK 0.33 0 0.64 0.01
HSL 91.11º 0.96% 0.67% -
HSV(B) 91.11º 0.64% 0.99% -
XYZ 52.8 78.68 22.08 -
YUV 208.42 61.17 99.17 -
System Red Green Blue C M Y K H S L
Decimal 168 252 90 0.33 0 0.64 0.01 91.11 0.96 0.67
Hex A8 FC 5A 21 0 40 1 5B 60 43
Octal 250 374 132 41 0 100 1 133 140 103
Binary 10101000 11111100 1011010 100001 0 1000000 1 1011011 1100000 1000011

Color Harmonies of #A8FC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FC5A

Black with #A8FC5A

Text Example


Text Example

White with #A8FC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FC5A; }

 p { color: rgb(168,252,90); }

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

background-color css

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

 a { background-color: rgb(168,252,90); }

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

border-color css

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

 span { border-color: rgb(168,252,90); }

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