Html Css Color HEX #AFE267 Conifer

📋 copy color: '#AFE267'

red 175 ◦ green 226 ◦ blue 103

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

Shades of Conifer #AFE267

Tints of Conifer #AFE267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 20.44%

R = 34.72%
G = 44.84%
B = 20.44%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.54

 K value IS 0.11

RGB Variations

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

Color information

#AFE267 (or 0xAFE267) is known color: Conifer. HEX triplet: AF, E2 and 67. RGB value is (175,226,103). Sum of RGB (Red+Green+Blue) = 175+226+103=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 226 (88.67% from 255 or 44.84% from 504); Blue value is 103 (40.62% from 255 or 20.44% from 504); Max value from RGB is 226 - color contains mainly: green. Hex color #AFE267 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE267 is #501D98. Grayscale: #C5C5C5. Windows color (decimal): -5250457 or 6808239. OLE color: 6808239.

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

Color convert

RGB 175 226 103 -
CMYK 0.23 0 0.54 0.11
HSL 84.88º 0.68% 0.65% -
HSV(B) 84.88º 0.54% 0.89% -
XYZ 47.32 64.49 22.78 -
YUV 196.73 75.1 112.5 -
System Red Green Blue C M Y K H S L
Decimal 175 226 103 0.23 0 0.54 0.11 84.88 0.68 0.65
Hex AF E2 67 17 0 36 B 55 44 41
Octal 257 342 147 27 0 66 13 125 104 101
Binary 10101111 11100010 1100111 10111 0 110110 1011 1010101 1000100 1000001

Color Harmonies of #AFE267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE267

Black with #AFE267

Text Example


Text Example

White with #AFE267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE267; }

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

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

background-color css

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

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

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

border-color css

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

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

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