Html Css Color HEX #A8E745 Conifer

📋 copy color: '#A8E745'

red 168 ◦ green 231 ◦ blue 69

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

Shades of Conifer #A8E745

Tints of Conifer #A8E745

RGB

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

 GREEN value IS 231 (90.63% from 255) = 49.36%

 BLUE value IS 69 (27.34% from 255) = 14.74%

R = 35.9%
G = 49.36%
B = 14.74%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.70

 K value IS 0.09

RGB Variations

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

Color information

#A8E745 (or 0xA8E745) is known color: Conifer. HEX triplet: A8, E7 and 45. RGB value is (168,231,69). Sum of RGB (Red+Green+Blue) = 168+231+69=468 (61% of max value = 765). Red value is 168 (66.02% from 255 or 35.90% from 468); Green value is 231 (90.62% from 255 or 49.36% from 468); Blue value is 69 (27.34% from 255 or 14.74% from 468); Max value from RGB is 231 - color contains mainly: green. Hex color #A8E745 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #A8E745 is #5718BA. Grayscale: #C2C2C2. Windows color (decimal): -5707963 or 4581288. OLE color: 4581288.

HSL color Cylindrical-coordinate representation of color #A8E745: hue angle of 83.33º degrees, saturation: 0.77, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A8E745 is Cyan = 0.27, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.09.

Color convert

RGB 168 231 69 -
CMYK 0.27 0 0.70 0.09
HSL 83.33º 0.77% 0.59% -
HSV(B) 83.33º 0.7% 0.91% -
XYZ 45.8 65.91 15.94 -
YUV 193.7 57.63 109.67 -
System Red Green Blue C M Y K H S L
Decimal 168 231 69 0.27 0 0.70 0.09 83.33 0.77 0.59
Hex A8 E7 45 1B 0 46 9 53 4D 3B
Octal 250 347 105 33 0 106 11 123 115 73
Binary 10101000 11100111 1000101 11011 0 1000110 1001 1010011 1001101 111011

Color Harmonies of #A8E745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8E745

Black with #A8E745

Text Example


Text Example

White with #A8E745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8E745; }

 p { color: rgb(168,231,69); }

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

background-color css

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

 a { background-color: rgb(168,231,69); }

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

border-color css

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

 span { border-color: rgb(168,231,69); }

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