Html Css Color HEX #A8F85A Conifer

📋 copy color: '#A8F85A'

red 168 ◦ green 248 ◦ blue 90

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

Shades of Conifer #A8F85A

Tints of Conifer #A8F85A

RGB

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

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

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

R = 33.2%
G = 49.01%
B = 17.79%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.64

 K value IS 0.03

RGB Variations

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

Color information

#A8F85A (or 0xA8F85A) is known color: Conifer. HEX triplet: A8, F8 and 5A. RGB value is (168,248,90). Sum of RGB (Red+Green+Blue) = 168+248+90=506 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.20% from 506); Green value is 248 (97.27% from 255 or 49.01% from 506); Blue value is 90 (35.55% from 255 or 17.79% from 506); Max value from RGB is 248 - color contains mainly: green. Hex color #A8F85A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8F85A is #5707A5. Grayscale: #CECECE. Windows color (decimal): -5703590 or 5961896. OLE color: 5961896.

HSL color Cylindrical-coordinate representation of color #A8F85A: hue angle of 90.38º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A8F85A is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.03.

Color convert

RGB 168 248 90 -
CMYK 0.32 0 0.64 0.03
HSL 90.38º 0.92% 0.66% -
HSV(B) 90.38º 0.64% 0.97% -
XYZ 51.56 76.2 21.66 -
YUV 206.07 62.5 100.85 -
System Red Green Blue C M Y K H S L
Decimal 168 248 90 0.32 0 0.64 0.03 90.38 0.92 0.66
Hex A8 F8 5A 20 0 40 3 5A 5C 42
Octal 250 370 132 40 0 100 3 132 134 102
Binary 10101000 11111000 1011010 100000 0 1000000 11 1011010 1011100 1000010

Color Harmonies of #A8F85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F85A

Black with #A8F85A

Text Example


Text Example

White with #A8F85A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F85A; }

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

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

background-color css

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

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

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

border-color css

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

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

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