Html Css Color HEX #AFF069 Conifer

📋 copy color: '#AFF069'

red 175 ◦ green 240 ◦ blue 105

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

Shades of Conifer #AFF069

Tints of Conifer #AFF069

RGB

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

 GREEN value IS 240 (94.14% from 255) = 46.15%

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

R = 33.65%
G = 46.15%
B = 20.19%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.56

 K value IS 0.06

RGB Variations

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

Color information

#AFF069 (or 0xAFF069) is known color: Conifer. HEX triplet: AF, F0 and 69. RGB value is (175,240,105). Sum of RGB (Red+Green+Blue) = 175+240+105=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 105 (41.41% from 255 or 20.19% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF069 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF069 is #500F96. Grayscale: #CDCDCD. Windows color (decimal): -5246871 or 6942895. OLE color: 6942895.

HSL color Cylindrical-coordinate representation of color #AFF069: hue angle of 88.89º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AFF069 is Cyan = 0.27, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.06.

Color convert

RGB 175 240 105 -
CMYK 0.27 0 0.56 0.06
HSL 88.89º 0.82% 0.68% -
HSV(B) 88.89º 0.56% 0.94% -
XYZ 51.39 72.45 24.64 -
YUV 205.18 71.47 106.48 -
System Red Green Blue C M Y K H S L
Decimal 175 240 105 0.27 0 0.56 0.06 88.89 0.82 0.68
Hex AF F0 69 1B 0 38 6 59 52 44
Octal 257 360 151 33 0 70 6 131 122 104
Binary 10101111 11110000 1101001 11011 0 111000 110 1011001 1010010 1000100

Color Harmonies of #AFF069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF069

Black with #AFF069

Text Example


Text Example

White with #AFF069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF069; }

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

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

background-color css

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

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

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

border-color css

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

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

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