Html Css Color HEX #AFE266 Conifer

📋 copy color: '#AFE266'

red 175 ◦ green 226 ◦ blue 102

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

Shades of Conifer #AFE266

Tints of Conifer #AFE266

RGB

 RED value IS 175 (68.75% from 255) = 34.79%

 GREEN value IS 226 (88.67% from 255) = 44.93%

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

R = 34.79%
G = 44.93%
B = 20.28%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.55

 K value IS 0.11

RGB Variations

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

Color information

#AFE266 (or 0xAFE266) is known color: Conifer. HEX triplet: AF, E2 and 66. RGB value is (175,226,102). Sum of RGB (Red+Green+Blue) = 175+226+102=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 226 (88.67% from 255 or 44.93% from 503); Blue value is 102 (40.23% from 255 or 20.28% from 503); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE266 is #501D99. Grayscale: #C5C5C5. Windows color (decimal): -5250458 or 6742703. OLE color: 6742703.

HSL color Cylindrical-coordinate representation of color #AFE266: hue angle of 84.68º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE266 is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.11.

Color convert

RGB 175 226 102 -
CMYK 0.23 0 0.55 0.11
HSL 84.68º 0.68% 0.64% -
HSV(B) 84.68º 0.55% 0.89% -
XYZ 47.27 64.47 22.52 -
YUV 196.62 74.6 112.58 -
System Red Green Blue C M Y K H S L
Decimal 175 226 102 0.23 0 0.55 0.11 84.68 0.68 0.64
Hex AF E2 66 17 0 37 B 55 44 40
Octal 257 342 146 27 0 67 13 125 104 100
Binary 10101111 11100010 1100110 10111 0 110111 1011 1010101 1000100 1000000

Color Harmonies of #AFE266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE266

Black with #AFE266

Text Example


Text Example

White with #AFE266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE266; }

 p { color: rgb(175,226,102); }

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

background-color css

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

 a { background-color: rgb(175,226,102); }

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

border-color css

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

 span { border-color: rgb(175,226,102); }

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