Html Css Color HEX #A8FA5B Conifer

📋 copy color: '#A8FA5B'

red 168 ◦ green 250 ◦ blue 91

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

Shades of Conifer #A8FA5B

Tints of Conifer #A8FA5B

RGB

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

 GREEN value IS 250 (98.05% from 255) = 49.12%

 BLUE value IS 91 (35.94% from 255) = 17.88%

R = 33.01%
G = 49.12%
B = 17.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.02

RGB Variations

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

Color information

#A8FA5B (or 0xA8FA5B) is known color: Conifer. HEX triplet: A8, FA and 5B. RGB value is (168,250,91). Sum of RGB (Red+Green+Blue) = 168+250+91=509 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.01% from 509); Green value is 250 (98.05% from 255 or 49.12% from 509); Blue value is 91 (35.94% from 255 or 17.88% from 509); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FA5B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8FA5B is #5705A4. Grayscale: #CFCFCF. Windows color (decimal): -5703077 or 6027944. OLE color: 6027944.

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

Color convert

RGB 168 250 91 -
CMYK 0.33 0 0.64 0.02
HSL 90.94º 0.94% 0.67% -
HSV(B) 90.94º 0.64% 0.98% -
XYZ 52.22 77.45 22.09 -
YUV 207.36 62.33 99.93 -
System Red Green Blue C M Y K H S L
Decimal 168 250 91 0.33 0 0.64 0.02 90.94 0.94 0.67
Hex A8 FA 5B 21 0 40 2 5B 5E 43
Octal 250 372 133 41 0 100 2 133 136 103
Binary 10101000 11111010 1011011 100001 0 1000000 10 1011011 1011110 1000011

Color Harmonies of #A8FA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FA5B

Black with #A8FA5B

Text Example


Text Example

White with #A8FA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FA5B; }

 p { color: rgb(168,250,91); }

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

background-color css

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

 a { background-color: rgb(168,250,91); }

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

border-color css

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

 span { border-color: rgb(168,250,91); }

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