Html Css Color HEX #AFE769 Conifer

📋 copy color: '#AFE769'

red 175 ◦ green 231 ◦ blue 105

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

Shades of Conifer #AFE769

Tints of Conifer #AFE769

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 20.55%

R = 34.25%
G = 45.21%
B = 20.55%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.55

 K value IS 0.09

RGB Variations

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

Color information

#AFE769 (or 0xAFE769) is known color: Conifer. HEX triplet: AF, E7 and 69. RGB value is (175,231,105). Sum of RGB (Red+Green+Blue) = 175+231+105=511 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.25% from 511); Green value is 231 (90.62% from 255 or 45.21% from 511); Blue value is 105 (41.41% from 255 or 20.55% from 511); Max value from RGB is 231 - color contains mainly: green. Hex color #AFE769 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFE769 is #501896. Grayscale: #C8C8C8. Windows color (decimal): -5249175 or 6940591. OLE color: 6940591.

HSL color Cylindrical-coordinate representation of color #AFE769: hue angle of 86.67º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AFE769 is Cyan = 0.24, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.09.

Color convert

RGB 175 231 105 -
CMYK 0.24 0 0.55 0.09
HSL 86.67º 0.72% 0.66% -
HSV(B) 86.67º 0.55% 0.91% -
XYZ 48.8 67.29 23.78 -
YUV 199.89 74.45 110.25 -
System Red Green Blue C M Y K H S L
Decimal 175 231 105 0.24 0 0.55 0.09 86.67 0.72 0.66
Hex AF E7 69 18 0 37 9 57 48 42
Octal 257 347 151 30 0 67 11 127 110 102
Binary 10101111 11100111 1101001 11000 0 110111 1001 1010111 1001000 1000010

Color Harmonies of #AFE769

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE769

Black with #AFE769

Text Example


Text Example

White with #AFE769

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE769; }

 p { color: rgb(175,231,105); }

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

background-color css

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

 a { background-color: rgb(175,231,105); }

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

border-color css

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

 span { border-color: rgb(175,231,105); }

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