Html Css Color HEX #A8F54A Conifer

📋 copy color: '#A8F54A'

red 168 ◦ green 245 ◦ blue 74

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

Shades of Conifer #A8F54A

Tints of Conifer #A8F54A

RGB

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

 GREEN value IS 245 (96.09% from 255) = 50.31%

 BLUE value IS 74 (29.3% from 255) = 15.2%

R = 34.5%
G = 50.31%
B = 15.2%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.70

 K value IS 0.04

RGB Variations

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

Color information

#A8F54A (or 0xA8F54A) is known color: Conifer. HEX triplet: A8, F5 and 4A. RGB value is (168,245,74). Sum of RGB (Red+Green+Blue) = 168+245+74=487 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.50% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 74 (29.30% from 255 or 15.20% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F54A is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8F54A is #570AB5. Grayscale: #CBCBCB. Windows color (decimal): -5704374 or 4912552. OLE color: 4912552.

HSL color Cylindrical-coordinate representation of color #A8F54A: hue angle of 87.02º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8F54A is Cyan = 0.31, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 245 74 -
CMYK 0.31 0 0.70 0.04
HSL 87.02º 0.9% 0.63% -
HSV(B) 87.02º 0.7% 0.96% -
XYZ 50.04 74.12 18.15 -
YUV 202.48 55.49 103.4 -
System Red Green Blue C M Y K H S L
Decimal 168 245 74 0.31 0 0.70 0.04 87.02 0.9 0.63
Hex A8 F5 4A 1F 0 46 4 57 5A 3F
Octal 250 365 112 37 0 106 4 127 132 77
Binary 10101000 11110101 1001010 11111 0 1000110 100 1010111 1011010 111111

Color Harmonies of #A8F54A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F54A

Black with #A8F54A

Text Example


Text Example

White with #A8F54A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F54A; }

 p { color: rgb(168,245,74); }

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

background-color css

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

 a { background-color: rgb(168,245,74); }

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

border-color css

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

 span { border-color: rgb(168,245,74); }

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