Html Css Color HEX #A8EF65 Conifer

📋 copy color: '#A8EF65'

red 168 ◦ green 239 ◦ blue 101

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

Shades of Conifer #A8EF65

Tints of Conifer #A8EF65

RGB

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

 GREEN value IS 239 (93.75% from 255) = 47.05%

 BLUE value IS 101 (39.84% from 255) = 19.88%

R = 33.07%
G = 47.05%
B = 19.88%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.58

 K value IS 0.06

RGB Variations

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

Color information

#A8EF65 (or 0xA8EF65) is known color: Conifer. HEX triplet: A8, EF and 65. RGB value is (168,239,101). Sum of RGB (Red+Green+Blue) = 168+239+101=508 (67% of max value = 765). Red value is 168 (66.02% from 255 or 33.07% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 101 (39.84% from 255 or 19.88% from 508); Max value from RGB is 239 - color contains mainly: green. Hex color #A8EF65 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A8EF65 is #57109A. Grayscale: #CACACA. Windows color (decimal): -5705883 or 6680488. OLE color: 6680488.

HSL color Cylindrical-coordinate representation of color #A8EF65: hue angle of 90.87º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A8EF65 is Cyan = 0.30, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.06.

Color convert

RGB 168 239 101 -
CMYK 0.30 0 0.58 0.06
HSL 90.87º 0.81% 0.67% -
HSV(B) 90.87º 0.58% 0.94% -
XYZ 49.36 71 23.41 -
YUV 202.04 70.98 103.72 -
System Red Green Blue C M Y K H S L
Decimal 168 239 101 0.30 0 0.58 0.06 90.87 0.81 0.67
Hex A8 EF 65 1E 0 3A 6 5B 51 43
Octal 250 357 145 36 0 72 6 133 121 103
Binary 10101000 11101111 1100101 11110 0 111010 110 1011011 1010001 1000011

Color Harmonies of #A8EF65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EF65

Black with #A8EF65

Text Example


Text Example

White with #A8EF65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EF65; }

 p { color: rgb(168,239,101); }

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

background-color css

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

 a { background-color: rgb(168,239,101); }

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

border-color css

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

 span { border-color: rgb(168,239,101); }

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