Html Css Color HEX #A5F266 Conifer

📋 copy color: '#A5F266'

red 165 ◦ green 242 ◦ blue 102

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

Shades of Conifer #A5F266

Tints of Conifer #A5F266

RGB

 RED value IS 165 (64.84% from 255) = 32.42%

 GREEN value IS 242 (94.92% from 255) = 47.54%

 BLUE value IS 102 (40.23% from 255) = 20.04%

R = 32.42%
G = 47.54%
B = 20.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.05

RGB Variations

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

Color information

#A5F266 (or 0xA5F266) is known color: Conifer. HEX triplet: A5, F2 and 66. RGB value is (165,242,102). Sum of RGB (Red+Green+Blue) = 165+242+102=509 (67% of max value = 765). Red value is 165 (64.84% from 255 or 32.42% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 102 (40.23% from 255 or 20.04% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #A5F266 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #A5F266 is #5A0D99. Grayscale: #CBCBCB. Windows color (decimal): -5901722 or 6746789. OLE color: 6746789.

HSL color Cylindrical-coordinate representation of color #A5F266: hue angle of 93º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A5F266 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.05.

Color convert

RGB 165 242 102 -
CMYK 0.32 0 0.58 0.05
HSL 93º 0.84% 0.67% -
HSV(B) 93º 0.58% 0.95% -
XYZ 49.67 72.46 23.94 -
YUV 203.02 70.99 100.88 -
System Red Green Blue C M Y K H S L
Decimal 165 242 102 0.32 0 0.58 0.05 93 0.84 0.67
Hex A5 F2 66 20 0 3A 5 5D 54 43
Octal 245 362 146 40 0 72 5 135 124 103
Binary 10100101 11110010 1100110 100000 0 111010 101 1011101 1010100 1000011

Color Harmonies of #A5F266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5F266

Black with #A5F266

Text Example


Text Example

White with #A5F266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5F266; }

 p { color: rgb(165,242,102); }

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

background-color css

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

 a { background-color: rgb(165,242,102); }

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

border-color css

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

 span { border-color: rgb(165,242,102); }

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